type github.com/refraction-networking/utls.certificateVerifyMsg
10 uses
github.com/refraction-networking/utls (current package)
conn.go#L1156: m = &certificateVerifyMsg{
handshake_client.go#L824: certVerify := &certificateVerifyMsg{}
handshake_client_tls13.go#L846: certVerify, ok := msg.(*certificateVerifyMsg)
handshake_client_tls13.go#L967: certVerifyMsg := new(certificateVerifyMsg)
handshake_messages.go#L1889: type certificateVerifyMsg struct {
handshake_messages.go#L1895: func (m *certificateVerifyMsg) marshal() ([]byte, error) {
handshake_messages.go#L1910: func (m *certificateVerifyMsg) unmarshal(data []byte) bool {
handshake_server.go#L745: certVerify, ok := msg.(*certificateVerifyMsg)
handshake_server_tls13.go#L856: certVerifyMsg := new(certificateVerifyMsg)
handshake_server_tls13.go#L1085: certVerify, ok := msg.(*certificateVerifyMsg)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |